Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency kysely-ctl to ^0.10.0 #182

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
kysely-ctl ^0.8.10 -> ^0.10.0 age adoption passing confidence

Release Notes

kysely-org/kysely-ctl (kysely-ctl)

v0.10.1: - disable jiti's fsCache behavior with a flag.

Compare Source

Hey 👋

This release adds the --no-filesystem-caching flag to everything. It allows turning off jiti's fsCache behavior. This is crucial in environments that don't allow writing to disk.

Full Changelog: kysely-org/kysely-ctl@v0.10.0...v0.10.1

v0.10.0: - Top-level await support.

Compare Source

Hey 👋

This release bumps some dependencies and should resolve #​118 because jiti, a transitive dependency through c12, now supports top-level await.

There's also a minor optimization attempt with TypeScript file loading and newer Node.js versions with require(esm) enabled.

Full Changelog: kysely-org/kysely-ctl@v0.9.0...v0.10.0

v0.9.0: - JavaScript file support.

Compare Source

Hey 👋

This release adds optional js, cjs and mjs file support.

kysely init -x js|cjs|mjs is now supported.

if migrations.allowJS is true:

  • kysely migrate make -x js|cjs|mjs is now supported.
  • kysely migrate up|down|latest|rollback won't skip js, cjs and mjs migrations.

if seeds.allowJS is true:

  • kysely seed make -x js|cjs|mjs is now supported.
  • kysely seed run won't skip js, cjs and mjs seeds.

Full Changelog: kysely-org/kysely-ctl@v0.8.11...v0.9.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch 7 times, most recently from bb6c167 to de48bbf Compare November 29, 2024 09:39
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch 8 times, most recently from ae71720 to ddf997b Compare December 11, 2024 08:45
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch 10 times, most recently from 9f66fd7 to bae7bb2 Compare December 11, 2024 21:56
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch from bae7bb2 to 12c66a9 Compare December 21, 2024 19:22
@renovate renovate bot changed the title Update dependency kysely-ctl to ^0.9.0 Update dependency kysely-ctl to ^0.10.0 Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants